From: Yang Hongyang Date: Wed, 25 Jun 2014 07:26:13 +0000 (+0800) Subject: remus: move remus README to docs directory X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4724 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=20857ac;p=xen.git remus: move remus README to docs directory We do not need a separate directory to store remus README, just move it to docs/ directory. Signed-off-by: Yang Hongyang Acked-by: Shriram Rajagopalan Acked-by: Ian Jackson --- diff --git a/docs/README.remus b/docs/README.remus new file mode 100644 index 0000000000..9e8140b17f --- /dev/null +++ b/docs/README.remus @@ -0,0 +1,4 @@ +Remus provides fault tolerance for virtual machines by sending continuous +checkpoints to a backup, which will activate if the target VM fails. + +See the website at http://nss.cs.ubc.ca/remus/ for details. diff --git a/tools/remus/README b/tools/remus/README deleted file mode 100644 index 9e8140b17f..0000000000 --- a/tools/remus/README +++ /dev/null @@ -1,4 +0,0 @@ -Remus provides fault tolerance for virtual machines by sending continuous -checkpoints to a backup, which will activate if the target VM fails. - -See the website at http://nss.cs.ubc.ca/remus/ for details.